[index]

Brush Property

Syntax

set the brush to <number> Applies to global painting
Description: NOT AVAILABLE IN THE PLAYER The brush property determines the shape of the brush tool. The 32 different brush shapes, as shown in the figure below, correspond to the brush selection dialog from the Settings option under the Graphic menu, or from double-clicking on the Brush tool. The default brush shape is 8.

Examples

Create a button with the following script: on mouseUp choose brush tool set the brush to 1 drag from 100,100 to 200,200 get the brush put it into brushshape add 30 to brushshape set the brush to brushshape drag from 318,97 to 440,258 choose browse tool end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.